# Load libraries
library(tidyverse)
library(ggpubr)
# Load data
load("data/SAMOS/other_data/south_africa_coast.Rdata")
load("data/SAMOS/other_data/sa_provinces.RData")
load("data/SAMOS/other_data/rast_annual.Rdata")
load("data/SAMOS/other_data/MUR.Rdata")
load("data/SAMOS/other_data/MUR_low_res.RData")
# Choose which SST product you would like to use
sst <- MUR_low_res
# OR
sst <- MUR
# The colour palette we will use for ocean temperature
cols11 <- c("#004dcd", "#0068db", "#007ddb", "#008dcf", "#009bbc",
"#00a7a9", "#1bb298", "#6cba8f", "#9ac290", "#bec99a")SAMOS Day 5
1 Making maps in ggplot2
Reuse
Citation
BibTeX citation:
@online{a._j.,
author = {A. J. , Smit and Smit, AJ},
title = {SAMOS {Day} 5},
url = {http://samos-r.netlify.app/SAMOS_Day_5 copy.html},
langid = {en}
}
For attribution, please cite this work as:
A. J. S, Smit A SAMOS Day 5. http://samos-r.netlify.app/SAMOS_Day_5
copy.html.